home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD78557172000.psc / SQL Files / FILHOTEL.SQL next >
Encoding:
Text File  |  1998-06-08  |  246 b   |  8 lines

  1. /* Insert all the data for the tbl_Hotels table */
  2. INSERT tbl_hotels VALUES(1,'Grand View Hotel')
  3. INSERT tbl_hotels VALUES(2,'Mountain Side Resort')
  4. INSERT tbl_hotels VALUES(3,'Hard Days Inn')
  5. INSERT tbl_hotels VALUES(4,'Gunners Lodge')
  6.  
  7.  
  8.